projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c0c48a
)
(Fwrite_region): Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 25 Jul 1997 18:12:53 +0000
(18:12 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 25 Jul 1997 18:12:53 +0000
(18:12 +0000)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index 119c6d1b200ba0f223d64f26d8444074a1879212..3540229cff75f1a7ee56c82a0cf2f74f43c57bd2 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-3829,7
+3829,7
@@
to the file, instead of any buffer contents, and END is ignored.")
else if (!NILP (Vcoding_system_for_write))
val = Vcoding_system_for_write;
else if (NILP (current_buffer->enable_multibyte_characters))
- val = (NILP (Flocal_variable_p (Qbuffer_file_coding_system))
+ val = (NILP (Flocal_variable_p (Qbuffer_file_coding_system
, Qnil
))
? Qnil
: Fsymbol_value (Qbuffer_file_coding_system));
else